home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-21 | 543 b | 17 lines | [TEXT/KAHL] |
- //• GammaFade;
- // Fading the screen using the gamma table.
- // See GammaFade.p for additional instructions.
-
- // Old interface, a bit clumsy in my opinion.
- pascal Boolean IsGammaAvailable();
- pascal Boolean IsOneGammaAvailable(GDHandle theGDevice);
- pascal OSErr SetupGammaTools();
- pascal OSErr DisposeGammaTools();
- pascal OSErr DoGammaFade(short percent);
- pascal OSErr DoOneGammaFade(GDHandle theGDevice, short percent);
-
- // Simplified interface. This is all you need!
- pascal void FadeToBlack(long ticks);
- pascal void FadeFromBlack(long ticks);
-
-